home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / REGISTRY / RegFix 0.90 / RegF.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-02-23  |  3KB  |  127 lines

  1. object AboutBox: TAboutBox
  2.   Left = 268
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 220
  7.   ClientWidth = 289
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 273
  22.     Height = 169
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 24
  29.       Top = 16
  30.       Width = 65
  31.       Height = 57
  32.       Picture.Data = {<image000.bmp>}
  33.       Stretch = True
  34.       Transparent = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 112
  39.       Top = 24
  40.       Width = 57
  41.       Height = 20
  42.       Caption = 'RegFix'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -16
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 112
  53.       Top = 48
  54.       Width = 62
  55.       Height = 13
  56.       Caption = ' Version 0.90'
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clWindowText
  59.       Font.Height = -11
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       IsControl = True
  64.     end
  65.     object Copyright: TLabel
  66.       Left = 32
  67.       Top = 112
  68.       Width = 39
  69.       Height = 13
  70.       Caption = '(c) 1999'
  71.       IsControl = True
  72.     end
  73.     object Label1: TLabel
  74.       Left = 8
  75.       Top = 144
  76.       Width = 257
  77.       Height = 13
  78.       Cursor = crHandPoint
  79.       Alignment = taCenter
  80.       Anchors = [akLeft, akTop, akRight]
  81.       AutoSize = False
  82.       Caption = 'http://www.elcomsoft.com'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clBlue
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = [fsUnderline]
  88.       ParentFont = False
  89.       OnClick = Label1Click
  90.     end
  91.     object Label2: TLabel
  92.       Left = 76
  93.       Top = 112
  94.       Width = 101
  95.       Height = 13
  96.       Cursor = crHandPoint
  97.       Caption = 'Vadim Chumachenko'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clBlue
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = [fsUnderline]
  103.       ParentFont = False
  104.       OnClick = Label2Click
  105.     end
  106.     object Label3: TLabel
  107.       Left = 178
  108.       Top = 112
  109.       Width = 56
  110.       Height = 13
  111.       Caption = ', Elcom Ltd.'
  112.       OnClick = Label3Click
  113.     end
  114.   end
  115.   object OKButton: TButton
  116.     Left = 111
  117.     Top = 188
  118.     Width = 75
  119.     Height = 25
  120.     Caption = 'OK'
  121.     Default = True
  122.     ModalResult = 1
  123.     TabOrder = 1
  124.     OnClick = OKButtonClick
  125.   end
  126. end
  127.